Int64NINumericInt64NRemainder Method
Computes the remainder after dividing the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int64N INumeric<Int64N>.Remainder(
Int64N value
)
Private Function Remainder (
value As Int64N
) As Int64N Implements INumeric(Of Int64N).Remainder
private:
virtual Int64N Remainder(
Int64N value
) sealed = INumeric<Int64N>::Remainder
private abstract Remainder :
value : Int64N -> Int64N
private override Remainder :
value : Int64N -> Int64N
- value Int64N
- The value as the divisor.
Int64NThe remainder after dividing the current value by
value.
INumericTSelfRemainder(TSelf)